home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000282_nugulus@netscape.net_Wed Sep 17 13:19:39 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  57 lines

  1. Article: 14524 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!news.maxwell.syr.edu!in.100proofnews.com!in.100proofnews.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr22.news.prodigy.com.POSTED!d286b79e!not-for-mail
  3. From: Jun Zhang <nugulus@netscape.net>
  4. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: automodem?
  9. References: <S5N9b.750$A67.607@newssvr22.news.prodigy.com> <bk9s60$4td$1@sesame.cc.columbia.edu>
  10. In-Reply-To: <bk9s60$4td$1@sesame.cc.columbia.edu>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 33
  14. Message-ID: <_g0ab.916$SY5.132@newssvr22.news.prodigy.com>
  15. NNTP-Posting-Host: 159.66.144.147
  16. X-Complaints-To: abuse@prodigy.net
  17. X-Trace: newssvr22.news.prodigy.com 1063817402 ST000 159.66.144.147 (Wed, 17 Sep 2003 12:50:02 EDT)
  18. NNTP-Posting-Date: Wed, 17 Sep 2003 12:50:02 EDT
  19. Organization: SBC http://yahoo.sbc.com
  20. X-UserInfo1: SCSYQNON[JS]R\XX[ZOD]_\@VR]^@B@MCPWZKB]MPXHNDQUBLNTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL
  21. Date: Wed, 17 Sep 2003 16:50:02 GMT
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14524
  23.  
  24. To answer my last question: I have to logout during kermit CONNECT mode 
  25. to recover that remote getty process, and you told me that.
  26.  
  27. Can I put shell commands to run at remote host within the autodial 
  28. script? For instance I need to logout.
  29.  
  30. I tried to add
  31.  
  32. if success connect
  33. touch /tmp/somefile
  34. exit
  35.  
  36. at the end of autodial script, but I was given the shell prompt of the 
  37. remote host. Probably this to embed shell script in kermit issue.
  38.  
  39.  
  40.  
  41. Jun
  42.  
  43. Frank da Cruz wrote:
  44. > In article <S5N9b.750$A67.607@newssvr22.news.prodigy.com>,
  45. > Jun Zhang  <nugulus@netscape.net> wrote:
  46. > : I saw the autotelnet kermit script, assuming ethernet connection 
  47. > : available. I need to write such a script when the connection is through 
  48. > : modem. Can some one help?
  49. > : 
  50. > Just now I added an "autodial" script to the Modems section of the
  51. > C-Kermit script library:
  52. >   http://www.columbia.edu/kermit/ckscripts.html
  53. > - Frank
  54.  
  55.